NodeType
NodeKey
Northwoods.GoSilverlight 1.3.5 Assembly
GraphModel.DataCollection<NodeType,NodeKey> Class
Members  See Also  Send Feedback
Northwoods.GoXam.Model Namespace : GraphModel.DataCollection<NodeType,NodeKey> Class

This nested class is a serializable collection of node data.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class GraphModel.DataCollection
     (Of NodeType,NodeKey) 
   Implements IDataCollection 
C# 
public sealed class GraphModel.DataCollection<NodeType,NodeKey> : IDataCollection  

Type Parameters

NodeType
NodeKey

Remarks

This Northwoods.GoXam.Model.IDataCollection is used in various circumstances where there is a collection of node data, particularly for copying. If the node data is serializable, this collection can be serialized, which is useful when copying to the clipboard or pasting from it.

Although this nested type is not a generic class, it is parameterized by the NodeType and NodeKey type parameters of the containing generic model class. You should call GraphModel<NodeType,NodeKey>.CreateDataCollection to allocate an instance.

This collection class does not support separate link data.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.GraphModel`2.DataCollection<NodeType,NodeKey>

Requirements

See Also

© 2012 All Rights Reserved.